home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / exemhex0.dfm / exemhex0.txt
Encoding:
Text File  |  1996-04-08  |  877 b   |  42 lines

  1. object ExampleEmHex: TExampleEmHex
  2.   Left = 244
  3.   Top = 116
  4.   Width = 567
  5.   Height = 345
  6.   Caption = 'ExEmHex'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object ApdTerminal1: TApdTerminal
  15.     Left = 8
  16.     Top = 8
  17.     Width = 544
  18.     Height = 300
  19.     ComPort = ApdComPort1
  20.     Emulator = ApdEmulator1
  21.     DisplayRows = 25
  22.     DisplayColumns = 68
  23.     CaptureFile = 'APD.CAP'
  24.     Font.Color = clYellow
  25.     Font.Height = -12
  26.     Font.Name = 'Terminal'
  27.     Font.Pitch = fpFixed
  28.     Font.Style = []
  29.     ParentColor = False
  30.     ParentFont = False
  31.   end
  32.   object ApdComPort1: TApdComPort
  33.     TraceName = 'APD.TRC'
  34.     LogName = 'APD.LOG'
  35.     TriggerLength = 0
  36.   end
  37.   object ApdEmulator1: TApdEmulator
  38.     OnProcessChar = ApdEmulator1ProcessChar
  39.     Left = 32
  40.   end
  41. end
  42.